软考真题
第6题

设函数 foo 和 hoo 的定义如下图所示,在函数 foo 中调用函数 hoo,hoo 的第一个参数采用传引用方式(call by reerence),第二个参数传值方式(call by value),那么函数 foo 中的 print(a, b) 将输出( )